home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200409-04.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  64 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200409-04.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14651);
  15.  script_bugtraq_id(11098);
  16.  script_version("$Revision: 1.2 $");
  17.  script_xref(name: "GLSA", value: "200409-04");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200409-04
  20. (Squid: Denial of service when using NTLM authentication)
  21.  
  22.  
  23.     Squid 2.5.x versions contain a bug in the functions ntlm_fetch_string() and
  24.     ntlm_get_string() which lack checking the int32_t offset "o" for
  25.     negative values.
  26.   
  27. Impact
  28.  
  29.     A remote attacker could cause a denial of service situation by sending
  30.     certain malformed NTLMSSP packets if NTLM authentication is enabled.
  31.   
  32. Workaround
  33.  
  34.     Disable NTLM authentication by removing any "auth_param ntlm program
  35.     ..." directives from squid.conf or use ntlm_auth from Samba-3.x.
  36.   
  37. References:
  38.     http://www1.uk.squid-cache.org/squid/Versions/v2/2.5/bugs/#squid-2.5.STABLE6-ntlm_fetch_string
  39.  
  40.  
  41. Solution: 
  42.     All Squid users should upgrade to the latest stable version:
  43.     # emerge sync
  44.     # emerge -pv ">=net-www/squid-2.5.6-r2"
  45.     # emerge ">=net-www/squid-2.5.6-r2"
  46.   
  47.  
  48. Risk Factor : Medium
  49. ';
  50.  script_description(english: desc);
  51.  script_copyright(english: "(C) 2004 Michel Arboi");
  52.  script_name(english: "[GLSA-200409-04] Squid: Denial of service when using NTLM authentication");
  53.  script_category(ACT_GATHER_INFO);
  54.  script_family(english: "Gentoo Local Security Checks");
  55.  script_dependencies("ssh_get_info.nasl");
  56.  script_require_keys('Host/Gentoo/qpkg-list');
  57.  script_summary(english: 'Squid: Denial of service when using NTLM authentication');
  58.  exit(0);
  59. }
  60.  
  61. include('qpkg.inc');
  62. if (qpkg_check(package: "www-proxy/squid", unaffected: make_list("ge 2.5.6-r2", "lt 2.5"), vulnerable: make_list("le 2.5.6-r1")
  63. )) { security_warning(0); exit(0); }
  64.